MindFusion.Wpf Pack Programmer's Guide
AddItemCommand(T) Constructor
See Also
 





Initializes a new instance of the AddItemCommand class.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public AddItemCommand<T> (
    Workbook workbook,
    UndoableCollection<T> collection,
    int index,
    T item
)

Visual Basic  Copy Code

Public New (Of T) ( _
    workbook As Workbook, _
    collection As UndoableCollection(Of T), _
    index As Integer, _
    item As T _
)

 Parameters

workbook

The Workbook modified by this command.

collection

The collection to which the new item is added.

index

The zero-based index where the new collection should be added.

item

The item that should be added to the collection.

 See Also

AddItemCommand(T) Class
MindFusion.Spreadsheet.Wpf Namespace